StyleSheetOrigin

enum StyleSheetOrigin : Enum<StyleSheetOrigin>

Stylesheet type: &quot;injected&quot; for stylesheets injected via extension, &quot;user-agent&quot; for user-agent stylesheets, &quot;inspector&quot; for stylesheets created by the inspector (i.e. those holding the &quot;via inspector&quot; rules), &quot;regular&quot; for regular stylesheets.

Entries

INJECTED
Link copied to clipboard
USER_AGENT
Link copied to clipboard
INSPECTOR
Link copied to clipboard
REGULAR
Link copied to clipboard

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int

Sources

jvm source
Link copied to clipboard